home *** CD-ROM | disk | FTP | other *** search
/ Clickx 115 / Clickx 115.iso / software / tools / windows / tails-i386-0.16.iso / live / filesystem.squashfs / etc / monkeysphere / monkeysphere-authentication.conf next >
Encoding:
Text File  |  2011-03-24  |  1.4 KB  |  35 lines

  1. # Monkeysphere authentication configuration file.
  2.  
  3. # This is an sh-style shell configuration file.  Variable names should
  4. # be separated from their assignments by a single '=' and no spaces.
  5. # Environment variables with the same names as these variables but
  6. # prefaced by "MONKEYSPHERE_" will take precedence over the values
  7. # specified here.
  8.  
  9. # Log level.  Can be SILENT, ERROR, INFO, VERBOSE, DEBUG, in
  10. # increasing order of verbosity.
  11. #LOG_LEVEL=INFO
  12.  
  13. # OpenPGP keyserver
  14. #KEYSERVER=pool.sks-keyservers.net
  15.  
  16. # User who controls the monkeysphere 'sphere' keyring.
  17. #MONKEYSPHERE_USER=monkeysphere
  18.  
  19. # Whether or not to query keyservers by default
  20. #CHECK_KEYSERVER=true
  21.  
  22. # Path to authorized_user_ids file to process to create
  23. # authorized_keys file.  '%h' will be replaced by the home directory
  24. # of the user, and '%u' will be replaced by the username of the user.
  25. # For purely admin-controlled authorized_user_ids, you might put them
  26. # in /etc/monkeysphere/authorized_user_ids/%u, for instance.
  27. #AUTHORIZED_USER_IDS="%h/.monkeysphere/authorized_user_ids"
  28.  
  29. # Path to a user controlled authorized_keys file to be added to the
  30. # monkeysphere-generated authorized_keys file.  '%h' will be replaced
  31. # by the home directory of the user, and '%u' will by replaced by the
  32. # username of the user.  Setting this variable to 'none' prevents the
  33. # inclusion of user controlled authorized_keys file.
  34. #RAW_AUTHORIZED_KEYS="%h/.ssh/authorized_keys"
  35.